$router->get('/{home?}', 'SiteController@home') ->where('home', '(home|another_home_route)') ->name('home');